Searched refs:s_delete_op (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/avcdec/ |
D | GoldfishH264Helper.cpp | 97 ivdext_delete_op_t s_delete_op = {}; in destroyDecoder() local 101 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in destroyDecoder() 103 ivdec_api_function(mDecHandle, &s_delete_ip, &s_delete_op); in destroyDecoder() 106 s_delete_op.s_ivd_delete_op_t.u4_error_code); in destroyDecoder()
|
/aosp_15_r20/device/generic/goldfish-opengl/system/codecs/c2/decoders/hevcdec/ |
D | GoldfishHevcHelper.cpp | 100 ivdext_delete_op_t s_delete_op = {}; in destroyDecoder() local 104 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in destroyDecoder() 106 ivdec_api_function(mDecHandle, &s_delete_ip, &s_delete_op); in destroyDecoder() 109 s_delete_op.s_ivd_delete_op_t.u4_error_code); in destroyDecoder()
|
/aosp_15_r20/external/libavc/fuzzer/ |
H A D | mvc_dec_fuzzer.cpp | 137 imvcd_delete_op_t s_delete_op; in ~Codec() local 142 s_delete_op.s_ivd_op.u4_size = sizeof(s_delete_op.s_ivd_op); in ~Codec() 144 imvcd_api_function(mCodec, &s_delete_ip, &s_delete_op); in ~Codec()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/hevcdec/ |
H A D | SoftHEVC.cpp | 351 ivdext_delete_op_t s_delete_op; in deInitDecoder() local 356 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deInitDecoder() 358 status = ivdec_api_function(mCodecCtx, (void *)&s_delete_ip, (void *)&s_delete_op); in deInitDecoder() 361 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deInitDecoder()
|
/aosp_15_r20/frameworks/av/media/libstagefright/codecs/avcdec/ |
H A D | SoftAVCDec.cpp | 311 ivdext_delete_op_t s_delete_op; in deInitDecoder() local 316 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deInitDecoder() 318 status = ivdec_api_function(mCodecCtx, (void *)&s_delete_ip, (void *)&s_delete_op); in deInitDecoder() 321 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deInitDecoder()
|
/aosp_15_r20/external/libavc/examples/mvcdec/ |
H A D | main.c | 1178 imvcd_delete_op_t s_delete_op; in mvcd_delete_decoder() local 1183 s_delete_op.s_ivd_op.u4_size = sizeof(s_delete_op.s_ivd_op); in mvcd_delete_decoder() 1185 return imvcd_api_function(ps_app_ctxt->ps_codec_obj, &s_delete_ip, &s_delete_op); in mvcd_delete_decoder()
|
/aosp_15_r20/frameworks/av/media/codec2/components/hevc/ |
H A D | C2SoftHevcDec.cpp | 679 ivdext_delete_op_t s_delete_op = {}; in deleteDecoder() local 683 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deleteDecoder() 686 &s_delete_op); in deleteDecoder() 689 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deleteDecoder()
|
/aosp_15_r20/frameworks/av/media/codec2/components/avc/ |
H A D | C2SoftAvcDec.cpp | 686 ivdext_delete_op_t s_delete_op = {}; in deleteDecoder() local 690 s_delete_op.s_ivd_delete_op_t.u4_size = sizeof(ivdext_delete_op_t); in deleteDecoder() 693 &s_delete_op); in deleteDecoder() 696 s_delete_op.s_ivd_delete_op_t.u4_error_code); in deleteDecoder()
|