Home
last modified time | relevance | path

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

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