Home | History | Annotate | Download | only in src

Lines Matching refs:p_client_extra

11411     OMX_OTHER_EXTRADATATYPE *p_extra = NULL, *p_sei = NULL, *p_vui = NULL, *p_client_extra = NULL;
11464 p_client_extra = (OMX_OTHER_EXTRADATATYPE *)((m_client_output_extradata_mem_ptr + buf_index)->pBuffer);
11546 if (p_client_extra) {
11547 append_interlace_extradata(p_client_extra, payload->format);
11548 p_client_extra = (OMX_OTHER_EXTRADATATYPE *)
11549 (((OMX_U8 *)p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11650 if (p_client_extra) {
11651 append_framepack_extradata(p_client_extra, s3d_frame_packing_payload);
11652 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11662 if (p_client_extra) {
11663 append_qp_extradata(p_client_extra, qp_payload);
11664 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11674 if (p_client_extra) {
11675 append_bitsinfo_extradata(p_client_extra, bits_info_payload);
11676 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11684 if (p_client_extra) {
11685 append_user_extradata(p_client_extra, data);
11686 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11697 if (p_client_extra) {
11698 append_vqzip_extradata(p_client_extra, vqzip_payload);
11699 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11726 if (p_client_extra) {
11727 append_frame_info_extradata(p_client_extra,
11731 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11737 if (p_client_extra) {
11738 append_frame_dimension_extradata(p_client_extra);
11739 p_client_extra = (OMX_OTHER_EXTRADATATYPE *) (((OMX_U8 *) p_client_extra) + ALIGN(p_client_extra->nSize, 4));
11772 if (p_client_extra) {
11773 append_terminator_extradata(p_client_extra);