So, this questioned popped up on a homework in my Calculus II class, and I'm pretty confused. I am familiar with finding the area between two polar curves or two "Cartesian" functions but not a mixture of the two. I've plotted the two functions together so I have a sense of what area I'm trying to find.
The general formula for the area of a polar curve is $\int_a^b\frac12(r)^2d\theta$ where $r(\theta)$ is our function, and $a$ and $b$ are values of $\theta$. If I were tasked with finding the area between two polar curves, I would subtract from the area of the "outer" curve the area of the "inner" curve. I also know that for regular functions of x or y, a similar procedure applies.
But how do I use this here? How do I identify the bounds of integration? And once I do, what do I integrate? I've tried several things and none of it seems to work. Any help wrapping my head around this would be much appreciated.

Find where these functions equal: $$r=16(1+\sin(\theta))$$ $$y=8$$ $$r\sin(\theta)=8$$ Substitute into the first equation: $$\frac{8}{\sin(\theta)}=16(1+\sin(\theta))$$ $$\sin^2(\theta)+\sin(\theta)-\frac{1}{2}=0$$
Use quadratic formula: $$\sin(\theta)=\frac{-1\pm\sqrt{3}}{2}$$ $$\theta_{2}=\arcsin(\frac{-1+\sqrt{3}}{2})$$ $$\theta_{1}=-\arcsin(\frac{-1+\sqrt{3}}{2})$$ We can now apply the Area Between Two Curves Formula:
$$\int_{\theta_{1}}^{\theta_{2}}|16(1+\sin(\theta))-\frac{8}{\sin(\theta)}|d\theta=|\int_{\theta_{1}}^{\theta_{2}}16(1+\sin(\theta))-\frac{8}{\sin(\theta)}d\theta|$$ $$|\int_{\theta_{1}}^{\theta_{2}}16d\theta+16\int_{\theta_{1}}^{\theta_{2}}\sin(\theta)d\theta-8\int_{\theta_{1}}^{\theta_{2}}\csc(\theta)d\theta|$$ $$|16(\theta_{2}-\theta_{1})-16\cos(\theta)|_{\theta_{1}}^{\theta_{2}}+8\ln(|\csc(\theta)+\cot(\theta)|)|_{\theta_{1}}^{\theta_{2}}|$$
Now using some trig identities you can evaluate the values for $\theta$ and get your answer.
EDIT:My orignial answer for $\theta_{1}=\arcsin(\frac{-1-\sqrt{3}}{2})$ has a domain error. However it is evident from the graph of this function that the roots are just reflections across the y-axis.