Home
last modified time | relevance | path

Searched defs:firstTaskInPhase (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/hevc/packet/
H A Dencode_huc_la_init_packet.cpp60 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_huc_brc_init_packet.cpp74 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_huc_la_update_packet.cpp60 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_huc_brc_update_packet.cpp660 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_pak_integrate_packet.cpp146 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_hevc_vdenc_packet.cpp387 bool firstTaskInPhase = packetPhase & firstPacket; in PatchPictureLevelCommands() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/shared/packet/
H A Dencode_check_huc_load_packet.cpp126 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_preenc_packet.cpp718 bool firstTaskInPhase = packetPhase & firstPacket; in PatchPictureLevelCommands() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/vp9/packet/
H A Dencode_vp9_huc_brc_init_packet.cpp63 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_vp9_huc_brc_update_packet.cpp71 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_vp9_hpu_packet.cpp341 bool firstTaskInPhase = ((packetPhase & firstPacket) == firstPacket); in PatchHucProbCommands() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/av1/packet/
H A Dencode_av1_brc_init_packet.cpp73 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_back_annotation_packet.cpp90 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_av1_brc_update_packet.cpp163 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_av1_pak_integrate_packet.cpp148 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_av1_vdenc_packet.cpp321 bool firstTaskInPhase = packetPhase & firstPacket; in PatchPictureLevelCommands() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/enc/avc/packet/
H A Dencode_avc_huc_brc_init_packet.cpp89 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
H A Dencode_avc_huc_brc_update_packet.cpp340 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/codec/hal/dec/shared/packet/
H A Ddecode_huc_copy_packet.cpp46 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
/aosp_15_r20/external/intel-media-driver/media_driver/media_softlet/agnostic/gen12_base/codec/hal/dec/shared/packet/
H A Ddecode_huc_copy_packet_g12.cpp44 bool firstTaskInPhase = packetPhase & firstPacket; in Submit() local
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/Xe_M_plus/Xe_LPM_plus_base/codec/hal/enc/vp9/packet/
H A Dencode_vp9_vdenc_packet_xe_lpm_plus_base.cpp264 bool firstTaskInPhase = ((packetPhase & firstPacket) == firstPacket); in PatchPictureLevelCommands() local
H A Dencode_vp9_dynamic_scal_packet_xe_lpm_plus_base.cpp307 bool firstTaskInPhase = ((packetPhase & firstPacket) == firstPacket); in PatchPictureLevelCommands() local
/aosp_15_r20/external/intel-media-driver/media_driver/agnostic/common/codec/hal/
H A Dcodechal_huc_cmd_initializer.h189 bool firstTaskInPhase = false; member