Home | History | Annotate | Download | only in camera

Lines Matching refs:postviewframe

1603     struct msm_frame *postviewframe;
1640 postviewframe = recvd_frame->snapshot.main.frame;
1642 postviewframe = recvd_frame->snapshot.thumbnail.frame;
1648 encode_params.thumbnail_buf = (uint8_t *)postviewframe->buffer;
1649 encode_params.thumbnail_fd = postviewframe->fd;
1673 postviewframe = recvd_frame->snapshot.main.frame;
1675 postviewframe = recvd_frame->snapshot.thumbnail.frame;
1788 encode_params.thumbnail_buf = (uint8_t *)postviewframe->buffer;
1789 encode_params.thumbnail_fd = postviewframe->fd;
1790 encode_params.thumbnail_offset = postviewframe->phy_offset;