/hardware/intel/common/omx-components/videocodec/ |
D | OMXComponentDefines.h | 32 #define CHECK_TYPE_HEADER(P)\ argument 33 ret = CheckTypeHeader((P), sizeof(*(P)));\ 39 #define CHECK_PORT_INDEX(P, INDEX)\ argument 40 if ((P)->nPortIndex != INDEX) {\ 41 LOGE("Bad port index %u, expected: %d", (P)->nPortIndex, INDEX);\ 51 #define CHECK_PORT_INDEX_RANGE(P)\ argument 52 if ((P)->nPortIndex != 0 && (P)->nPortIndex != 1) {\ 53 LOGE("Port out of range %u", (P)->nPortIndex);\
|
/hardware/intel/img/psb_video/src/mrst/ |
D | pvr2d.h | 520 #define CKEY_8888(P) (P) argument 521 #define CKEY_4444(P) (((P&0xF000UL)<<16) | ((P&0x0F00UL)<<12) | ((P&0x00F0UL)<<8) | ((P&0x00… argument 522 #define CKEY_1555(P) (((P&0x8000UL)<<16) | ((P&0x7C00UL)<<9) | ((P&0x3E0UL)<<6) | ((P&0x1F… argument 523 #define CKEY_565(P) (((P&0xF800UL)<<8) | ((P&0x7E0UL)<<5) | ((P&0x1FUL)<<3)) argument 530 #define CFILL_4444(P) (((P&0xF000UL)<<16) | ((P&0x0F00UL)<<12) | ((P&0x00F0UL)<<8) | ((P&0x00… argument 531 #define CFILL_1555(P) (((P&0x8000UL)<<16) | ((P&0x7C00UL)<<9) | ((P&0x3E0UL)<<6) | ((P&0x1F… argument 532 #define CFILL_565(P) (((P&0xF800UL)<<8) | ((P&0x7E0UL)<<5) | ((P&0x1FUL)<<3)) argument
|
D | psb_H264.c | 589 #define P(x) psb__trace_message("PARAMS: " #x "\t= %08x (%d)\n", p->x, p->x) macro 592 P(CurrPic); in psb__H264_trace_pic_params() 593 P(picture_width_in_mbs_minus1); in psb__H264_trace_pic_params() 594 P(picture_height_in_mbs_minus1); in psb__H264_trace_pic_params() 595 P(bit_depth_luma_minus8); in psb__H264_trace_pic_params() 596 P(bit_depth_chroma_minus8); in psb__H264_trace_pic_params() 597 P(num_ref_frames); in psb__H264_trace_pic_params() 598 P(seq_fields); in psb__H264_trace_pic_params() 599 P(num_slice_groups_minus1); in psb__H264_trace_pic_params() 600 P(slice_group_map_type); in psb__H264_trace_pic_params() [all …]
|
D | psb_VC1.c | 618 #define P(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->x) macro 626 P(coded_width); in psb__VC1_trace_pic_params() 627 P(coded_height); in psb__VC1_trace_pic_params() 642 P(conditional_overlap_flag); in psb__VC1_trace_pic_params() 643 P(fast_uvmc_flag); in psb__VC1_trace_pic_params() 652 P(b_picture_fraction); in psb__VC1_trace_pic_params() 653 P(cbp_table); in psb__VC1_trace_pic_params() 654 P(mb_mode_table); in psb__VC1_trace_pic_params() 655 P(range_reduction_frame); in psb__VC1_trace_pic_params() 656 P(rounding_control); in psb__VC1_trace_pic_params() [all …]
|
D | lnc_hostheader.c | 332 IMG_UINT8 *P; in lnc__insert_element_token() local 351 P = (IMG_UINT8 *) elt_p[mtx_hdr->Elements-1]; in lnc__insert_element_token() 352 P += Offset; in lnc__insert_element_token() 353 elt_p[mtx_hdr->Elements] = (MTX_HEADER_ELEMENT *) P; in lnc__insert_element_token()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | platform_altivec.asm | 15 .macro W V P argument 16 stvx \V, 0, \P 17 addi \P, \P, 16 20 .macro R V P argument 21 lvx \V, 0, \P 22 addi \P, \P, 16
|
D | sad_altivec.asm | 226 .macro transfer_4x4 I P argument 228 add \I, \I, \P 231 add \I, \I, \P 234 add \I, \I, \P
|
D | variance_altivec.asm | 320 .macro transfer_4x4 I P argument 322 add \I, \I, \P 325 add \I, \I, \P 328 add \I, \I, \P
|
D | loopfilter_filters_altivec.asm | 520 vsubsbs v6, v6, v10 ;# subtract from Q and add to P 540 vsubsbs v5, v5, v10 ;# subtract from Q and add to P 560 vsubsbs v4, v4, v10 ;# subtract from Q and add to P 718 .macro RL V, R, P argument 720 add \R, \R, \P 723 .macro WL V, R, P argument 725 add \R, \R, \P
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | treewriter.c | 17 const vp8_prob *const P, in cost() argument 22 const vp8_prob p = P [i>>1]; in cost() 32 cost(C, T, P, j, d); in cost()
|
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
D | dbtype.h | 48 #define UNUSED_PARAMETER(P) (P) argument
|
/hardware/ti/omap3/dspbridge/inc/ |
D | dbtype.h | 48 #define UNUSED_PARAMETER(P) (P) argument
|
/hardware/intel/img/psb_video/src/ |
D | pnw_H264.c | 528 #define P(x) psb__trace_message("PARAMS: " #x "\t= %08x (%d)\n", p->x, p->x) macro 531 P(CurrPic); in psb__H264_trace_pic_params() 532 P(picture_width_in_mbs_minus1); in psb__H264_trace_pic_params() 533 P(picture_height_in_mbs_minus1); in psb__H264_trace_pic_params() 534 P(bit_depth_luma_minus8); in psb__H264_trace_pic_params() 535 P(bit_depth_chroma_minus8); in psb__H264_trace_pic_params() 536 P(num_ref_frames); in psb__H264_trace_pic_params() 537 P(seq_fields); in psb__H264_trace_pic_params() 538 P(num_slice_groups_minus1); in psb__H264_trace_pic_params() 539 P(slice_group_map_type); in psb__H264_trace_pic_params() [all …]
|
D | pnw_VC1.c | 624 #define P(x) psb__trace_message("PARAMS: " #x "\t= %d\n", p->x) macro 632 P(coded_width); in psb__VC1_trace_pic_params() 633 P(coded_height); in psb__VC1_trace_pic_params() 648 P(conditional_overlap_flag); in psb__VC1_trace_pic_params() 649 P(fast_uvmc_flag); in psb__VC1_trace_pic_params() 658 P(b_picture_fraction); in psb__VC1_trace_pic_params() 659 P(cbp_table); in psb__VC1_trace_pic_params() 660 P(mb_mode_table); in psb__VC1_trace_pic_params() 661 P(range_reduction_frame); in psb__VC1_trace_pic_params() 662 P(rounding_control); in psb__VC1_trace_pic_params() [all …]
|
D | tng_VP8.c | 594 #define P(x) psb__trace_message("PARAMS: " #x "\t= %08x (%d)\n", p->x, p->x) macro 596 P(prob_skip_false); in tng__VP8_trace_pic_params() 597 P(prob_intra); in tng__VP8_trace_pic_params() 598 P(prob_last); in tng__VP8_trace_pic_params() 599 P(prob_gf); in tng__VP8_trace_pic_params() 602 P(num_of_partitions); in tng__VP8_trace_slc_params() 603 P(macroblock_offset); in tng__VP8_trace_slc_params()
|
D | pnw_hostheader.c | 332 IMG_UINT8 *P; in pnw__insert_element_token() local 358 P = (IMG_UINT8 *) elt_p[mtx_hdr->Elements-1]; in pnw__insert_element_token() 359 P += Offset; in pnw__insert_element_token() 360 elt_p[mtx_hdr->Elements] = (MTX_HEADER_ELEMENT *) P; in pnw__insert_element_token()
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 3 L O C _ A P I . X D R
|
D | loc_api_common.xdr | 3 L O C _ A P I _ C O M M O N . X D R
|
/hardware/qcom/gps/loc_api/libloc_api-rpc/gen-3200/ |
D | loc_api_cb.xdr | 3 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 3 L O C _ A P I . X D R
|
D | loc_api_common.xdr | 3 L O C _ A P I _ C O M M O N . X D R
|
/hardware/qcom/gps/loc_api/libloc_api-rpc-50001/libloc_api-rpc-stub/xdr/ |
D | loc_api_cb.xdr | 32 L O C _ A P I _ C B . X D R
|
D | loc_api.xdr | 32 L O C _ A P I . X D R
|
D | loc_api_common.xdr | 32 L O C _ A P I _ C O M M O N . X D R
|